SftTabs/NET 6.0

ScrollButtonStyle Enumeration

Softel vdm, Inc.

Defines identifiers to specify the scroll button style.

Syntax      ScrollButtonStyle Enumeration (Softelvdm.SftTabsNET)

VB   

Public Enum ScrollButtonStyle

C#   

public enum ScrollButtonStyle

C++   

public enum class ScrollButtonStyle


Member

Value

Description

Button

0

The environment's default button controls are used. Honors Windows themes if available, otherwise a regular button is displayed.

Scroll

1

Identical to Themed, which should be used instead.

Themed

1

Buttons use Windows themes if available, otherwise a regular button is displayed.

ClassicButton

2

Classic button controls are used as scroll buttons which never use Windows themes.

HoverButton

3

Hover button controls are used as buttons which only show a border when the mouse cursor is above the button.

Themed2

4

Buttons use MDI-style Windows themes if available, otherwise a regular button is displayed.

Comments

The ScrollButtonStyle enumeration defines identifiers to specify the scroll button style.

The Scrolling.ButtonStyle property uses this enumeration.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com